From: Lars Ingebrigtsen Date: Mon, 9 Nov 2020 15:50:45 +0000 (+0100) Subject: Clarify Lisp warning about elements following other expressions X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~4433 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=391260e46c2d8cd716c951b41933448fc51614f5;p=emacs.git Clarify Lisp warning about elements following other expressions * lisp/emacs-lisp/lisp-mode.el (lisp-fdefs): Clarify warning in help text (bug#44482). --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index daf49670894..cc40af7a41c 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -481,7 +481,7 @@ This will generate compile-time constants from BINDINGS." (3 'font-lock-regexp-grouping-construct prepend)) (lisp--match-hidden-arg (0 '(face font-lock-warning-face - help-echo "Hidden behind deeper element; move to another line?") + help-echo "Easy to misread; consider moving the element to the next line") prepend)) (lisp--match-confusable-symbol-character 0 '(face font-lock-warning-face @@ -526,7 +526,7 @@ This will generate compile-time constants from BINDINGS." (1 font-lock-keyword-face)) (lisp--match-hidden-arg (0 '(face font-lock-warning-face - help-echo "Hidden behind deeper element; move to another line?") + help-echo "Easy to misread; consider moving the element to the next line") prepend)) )) "Gaudy level highlighting for Lisp modes.")))